Skip to main content

ComponentName

A name of a Component object. It can be any of the following strings: "Blade", "KeyButton", "ClickButton", "Hull", "Door".

Luau Type

This is the luau type for ComponentName. It may help clear up mistranslations from the raw data to the wiki page (as it is an automatic process).

export type ComponentName = "Blade" | "KeyButton" | "ClickButton" | "Hull" | "Door"